-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Host Details Locator Cleanup #1015
Host Details Locator Cleanup #1015
Conversation
…ed entity methods
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK, nice work @sambible, pending some test result, please run PRT
@sambible Hello, Could you please run PRT as @omkarkhatavkar has requested above! Its helpful in merging / reviewing your PR ! |
If you don't know what to run, pick a set of tests that are the MOST likely to get broken by the cleanup. |
…ost-ui-locator-fixes
Alright, sorry this took so long, but here it is: This is a printout of what fetching 'details' with the get_details method returns, which includes most of the cards that I've updated here This is pretty barebones, since the host didn't have too much info, but you can see that it successfully reads all the cards like it would have before. Hopefully this is enough confidence to merge this PR :) |
Thanks @sambible ! |
* Replace locators with hostdetailscard and remove unnecessary and unused entity methods * Readd ladislav's functions (cherry picked from commit b3dec1a)
* Replace locators with hostdetailscard and remove unnecessary and unused entity methods * Readd ladislav's functions (cherry picked from commit b3dec1a)
* Replace locators with hostdetailscard and remove unnecessary and unused entity methods * Readd ladislav's functions (cherry picked from commit b3dec1a) Co-authored-by: Samuel Bible <[email protected]>
* Replace locators with hostdetailscard and remove unnecessary and unused entity methods * Readd ladislav's functions (cherry picked from commit b3dec1a) Co-authored-by: Samuel Bible <[email protected]>
* Replace locators with hostdetailscard and remove unnecessary and unused entity methods * Readd ladislav's functions
* Replace locators with hostdetailscard and remove unnecessary and unused entity methods * Readd ladislav's functions
Replace individual locators with HostDetailsCard widget, and remove unnecessary and unused entity methods.
These cards can easily be accessed through the get_details method instead.
Probably also worth stating that these cards aren't currently under test, and this PR doesn't remedy that, it just cleans up the locators and entities that were written when the new Host Details UI was made originally.